projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44b8635
)
fix typo
author
Chong Yidong
<cyd@stupidchicken.com>
Mon, 10 Jul 2006 18:55:01 +0000
(18:55 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Mon, 10 Jul 2006 18:55:01 +0000
(18:55 +0000)
lisp/ChangeLog
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 246c1064c4c2d4f2c10dabbbae704a4963e2409d..bcb014f396a89f1b03c62af7eff126858c83f239 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,6
+1,7
@@
2006-07-10 Chong Yidong <cyd@stupidchicken.com>
- * progmodes/cc-awk.el (defconst): Fix compilation error.
+ * progmodes/cc-awk.el (defconst): Use eval-and-compile to avoid
+ compilation error.
* subr.el (sit-for): New function.